home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / demos / ampro.zip / DIALOGS.MNU < prev    next >
Text File  |  1993-02-04  |  9KB  |  376 lines

  1.  
  2. begin_dialog 1
  3.    begin_text 
  4.       . ICON MENU
  5.       . This icon is attached to a subwindow.
  6.       . Delete the subwindow?
  7.    end_text 
  8.    button "Ok" 1 action 
  9.    button "Cancel" 2 action 
  10. end_dialog 
  11.  
  12. begin_dialog 2
  13.    begin_text 
  14.       . ICON MENU
  15.       . This icon is attached to a non-empty subwindow.
  16.       . You must descend into the subwindow and delete
  17.       . the contents before you can delete the subwindow.
  18.    end_text 
  19.    button "Continue" 1 action 
  20. end_dialog 
  21.  
  22. begin_dialog 3
  23.    begin_text 
  24.       . ICON MENU
  25.       . This icon is attached to a non-icon subwindow.
  26.       . Non-icon subwindows must be deleted outside your
  27.       . AutoCAD session via a text editor.
  28.    end_text 
  29.    button "Continue" 1 action 
  30. end_dialog 
  31.  
  32. begin_dialog 4
  33.    begin_text 
  34.       . Clipboard Buffer is Empty!
  35.    end_text 
  36.    button "Continue" 1 action 
  37. end_dialog 
  38.  
  39. begin_dialog 5
  40.    begin_text 
  41.       . Clipboard Buffer is Full!
  42.    end_text 
  43.    button "Continue" 1 action 
  44. end_dialog 
  45.  
  46. begin_dialog 6
  47.    begin_text 
  48.       . Nothing to Cut From!
  49.    end_text 
  50.    button "Continue" 1 action 
  51. end_dialog 
  52.  
  53. begin_dialog 7
  54.    begin_text 
  55.       . Nothing to Delete!
  56.    end_text 
  57.    button "Continue" 1 action 
  58. end_dialog 
  59.  
  60. begin_dialog 8
  61.    begin_text 
  62.       . Nothing to Swap!
  63.    end_text 
  64.    button "Continue" 1 action 
  65. end_dialog 
  66.  
  67. begin_dialog 10
  68.    begin_text 
  69.       . Nothing to Move!
  70.    end_text 
  71.    button "Continue" 1 action 
  72. end_dialog 
  73.  
  74. begin_dialog 11
  75.    begin_text 
  76.       . Nothing to Modify!
  77.    end_text 
  78.    button "Continue" 1 action 
  79. end_dialog 
  80.  
  81. begin_dialog 9
  82.    begin_text 
  83.       . The software security key for AutoMate/PRO has been removed or is
  84.       . not adequately connected to one of your computer's parallel ports.
  85.       . This will not cause you to end your AutoCAD session. However, you
  86.       . will lose the ability to access all of AutoMate/PRO's advanced
  87.       . feature set.  AutoMate/PRO will check every 30 seconds to see if
  88.       . the security key has been reconnected.  Once it has, AutoMate/PRO's
  89.       . full feature set will be enabled.
  90.    end_text 
  91.    button "Continue" 1 action 
  92. end_dialog 
  93.  
  94. begin_dialog 12
  95.    begin_text 
  96.       . ICON MENU
  97.       . You may alter the item's attributes as desired.
  98.       . Click on OK to save changes, CANCEL to abort changes.
  99.    end_text 
  100.    client 1 
  101.    field 3 "Icon Filename:" 
  102.    field 4 "Icon Label:" 
  103.    field 5 "Action:" 
  104.    button "Ok" 1 action 
  105.    button "Cancel" 2 action 
  106. end_dialog 
  107.  
  108. begin_dialog 13
  109.    begin_text 
  110.       . ICON MENU
  111.       . This is attached to a subwindow.
  112.       . You may alter the item's icon and label as desired.
  113.       . Click on OK to save changes, CANCEL to abort changes.
  114.    end_text 
  115.    client 1 
  116.    field 3 "Icon Filename:" 
  117.    field 4 "Icon Label:" 
  118.    button "Ok" 1 action 
  119.    button "Cancel" 2 action 
  120. end_dialog 
  121.  
  122. begin_dialog 14
  123.    begin_text 
  124.       . ICON MENU
  125.       . This is attached to a VMI internal action.
  126.       . You may alter the item's icon and label as desired.
  127.       . Click on OK to save changes, CANCEL to abort changes.
  128.    end_text 
  129.    client 1 
  130.    field 3 "Icon Filename:" 
  131.    field 4 "Icon Label:" 
  132.    button "Ok" 1 action 
  133.    button "Cancel" 2 action 
  134. end_dialog 
  135.  
  136. begin_dialog 15
  137.    begin_text 
  138.       . You can't modify slides within AutoCAD.
  139.       . (exit AutoCAD and use a text editor)
  140.    end_text 
  141.    button "Ok" 1 action 
  142. end_dialog 
  143.  
  144. begin_dialog 17
  145.    begin_text 
  146.       . TOOLBAR
  147.       . You may alter the item's attributes as desired.
  148.       . Click on OK to save changes, CANCEL to abort changes.
  149.    end_text 
  150.    client 1 
  151.    field 3 "Icon Filename:" 
  152.    field 5 "Action:" 
  153.    button "Ok" 1 action 
  154.    button "Cancel" 2 action 
  155. end_dialog 
  156.  
  157. begin_dialog 18
  158.    begin_text 
  159.       . TOOLBAR
  160.       . This is attached to a subtoolbar.
  161.       . You may alter the item's icon.
  162.       . Click on OK to save changes, CANCEL to abort changes.
  163.    end_text 
  164.    client 1 
  165.    field 3 "Icon Filename:" 
  166.    button "Ok" 1 action 
  167.    button "Cancel" 2 action 
  168. end_dialog 
  169.  
  170. begin_dialog 19
  171.    begin_text 
  172.       . TOOLBAR
  173.       . This is attached to a VMI internal action.
  174.       . You may alter the item's icon.
  175.       . Click on OK to save changes, CANCEL to abort changes.
  176.    end_text 
  177.    client 1 
  178.    field 3 "Icon Filename:" 
  179.    button "Ok" 1 action 
  180.    button "Cancel" 2 action 
  181. end_dialog 
  182.  
  183. begin_dialog 20
  184.    begin_text 
  185.       . QUICK MENU
  186.       . You may alter the item's attributes as desired.
  187.       . Click on OK to save changes, CANCEL to abort changes.
  188.    end_text 
  189.    field 4 "Label:" 
  190.    field 5 "Action:" 
  191.    button "Ok" 1 action 
  192.    button "Cancel" 2 action 
  193. end_dialog 
  194.  
  195. begin_dialog 21
  196.    begin_text 
  197.       . ICONIZE
  198.       . Enter the icon's filename.
  199.       . Click on OK to save icon, CANCEL to abort.
  200.    end_text 
  201.    client 1 
  202.    field 3 "Icon Filename:" 
  203.    button "Ok" 1 action 
  204.    button "Cancel" 2 action 
  205. end_dialog 
  206.  
  207. begin_dialog 22
  208.    begin_text 
  209.       . ICON MENU
  210.       . Add an item by specifying icon, label, and AutoCAD action.
  211.       . Click on OK to add, CANCEL to abort.
  212.    end_text 
  213.    client 1 
  214.    field 3 "Icon Filename:" 
  215.    field 4 "Icon Label:" 
  216.    field 5 "Action:" 
  217.    button "Ok" 1 action 
  218.    button "Cancel" 2 action 
  219. end_dialog 
  220.  
  221. begin_dialog 23
  222.    begin_text 
  223.       . ICON MENU
  224.       . Add a subwindow by specifying icon,label, and title.
  225.       . Click on OK to add, CANCEL to abort.
  226.    end_text 
  227.    client 1 
  228.    field 3 "Icon Filename:" 
  229.    field 4 "Icon Label:" 
  230.    field 5 "Subwindow Title:" 
  231.    button "Ok" 1 action 
  232.    button "Cancel" 2 action 
  233. end_dialog 
  234.  
  235. begin_dialog 24
  236.    begin_text 
  237.       . TOOLBAR
  238.       . Add an item by specifying icon and AutoCAD action.
  239.       . Click on OK to add, CANCEL to abort.
  240.    end_text 
  241.    client 1 
  242.    field 3 "Icon Filename:" 
  243.    field 5 "Action:" 
  244.    button "Ok" 1 action 
  245.    button "Cancel" 2 action 
  246. end_dialog 
  247.  
  248. begin_dialog 25
  249.    begin_text 
  250.       . TOOLBAR
  251.       . Add a subtoolbar by specifying an icon.
  252.       . Click on OK to add, CANCEL to abort.
  253.    end_text 
  254.    client 1 
  255.    field 3 "Icon Filename:" 
  256.    button "Ok" 1 action 
  257.    button "Cancel" 2 action 
  258. end_dialog 
  259.  
  260. begin_dialog 26
  261.    begin_text 
  262.       . QUICK MENU
  263.       . Add an item by specifying label and AutoCAD action.
  264.       . Click on OK to add, CANCEL to abort.
  265.    end_text 
  266.    client 1 
  267.    field 4 "Icon Label:" 
  268.    field 5 "Action:" 
  269.    button "Ok" 1 action 
  270.    button "Cancel" 2 action 
  271. end_dialog 
  272.  
  273. begin_dialog 27
  274.    begin_text 
  275.       . ICONIZE
  276.       . File blah already exists.
  277.       . Click on OK to overwrite, CANCEL to abort.
  278.    end_text 
  279.    button "Ok" 1 action 
  280.    button "Cancel" 2 action 
  281. end_dialog 
  282.  
  283. begin_dialog 28
  284.    begin_text 
  285.       . TOOLBAR
  286.       . Toolbar Full!
  287.    end_text 
  288.    button "Continue" 1 action 
  289. end_dialog 
  290.  
  291. begin_dialog 29
  292.    begin_text 
  293.       . TOOLBAR
  294.       . Can't Paste
  295.       . Clipboard data must be from toolbar or be
  296.       . a generic terminal action.
  297.    end_text 
  298.    button "Continue" 1 action 
  299. end_dialog 
  300.  
  301. begin_dialog 30
  302.    begin_text 
  303.       . ICON MENU
  304.       . Can't Paste
  305.       . Clipboard data must be from menu or be
  306.       . a generic terminal action.
  307.    end_text 
  308.    button "Continue" 1 action 
  309. end_dialog 
  310.  
  311. begin_dialog 31
  312.    begin_text 
  313.       . TOOLBAR
  314.       . Nothing to Delete!
  315.    end_text 
  316.    button "Continue" 1 action 
  317. end_dialog 
  318.  
  319. begin_dialog 32
  320.    begin_text 
  321.       . TOOLBAR
  322.       . This icon is attached to a subtoolbar.
  323.       . Delete the subtoolbar?
  324.    end_text 
  325.    button "Ok" 1 action 
  326.    button "Cancel" 2 action 
  327. end_dialog 
  328.  
  329. begin_dialog 33
  330.    begin_text 
  331.       . TOOLBAR
  332.       . This icon is attached to a non-empty subtoolbar.
  333.       . You must descend into the subtoolbar and delete
  334.       . the contents before you can delete the subtoolbar.
  335.    end_text 
  336.    button "Continue" 1 action 
  337. end_dialog 
  338.  
  339. begin_dialog 34
  340.    begin_text 
  341.       . TOOLBAR
  342.       . This icon is attached to an internal action.
  343.       . You can't delete internal actions from within AutoCAD.
  344.    end_text 
  345.    button "Continue" 1 action 
  346. end_dialog 
  347.  
  348. begin_dialog 35
  349.    begin_text 
  350.       . TOOLBAR
  351.       . This icon is attached to an internal action.
  352.       . You can't cut and paste internal actions.
  353.    end_text 
  354.    button "Continue" 1 action 
  355. end_dialog 
  356.  
  357. begin_dialog 88
  358.    begin_text 
  359.       . There are approximately two minutes left in this  
  360.       . demonstration version of AutoMate/PRO-DOS v8.10.  
  361.       . You should make preparations to exit AutoCAD soon.
  362.    end_text 
  363.    button "Continue" 1 action 
  364. end_dialog 
  365.  
  366. begin_dialog 89
  367.    begin_text 
  368.       . You have concluded the demonstration of AutoMate/PRO.     
  369.       . Although you no longer have digitizer input, you can      
  370.       . save your drawing and exit via the keyboard. For more     
  371.       . information on AutoMate/PRO-DOS or AutoMate/LITE contact  
  372.       . Russ Goodwin at Vermont Microsystems at 802 655-2860 X253.
  373.    end_text 
  374.    button "Continue" 1 action 
  375. end_dialog 
  376.